This should never be necessary to call from the outside.
Whenever we fail to update styles properly, it is a bug.
gtk_style_context_lookup_color
gtk_style_context_remove_provider
gtk_style_context_remove_provider_for_display
-gtk_style_context_reset_widgets
gtk_style_context_restore
gtk_style_context_save
gtk_style_context_add_class
#include "gtkintl.h"
#include "gtkprivate.h"
#include "gtkscrolledwindow.h"
-#include "gtkstylecontext.h"
+#include "gtkstylecontextprivate.h"
#include "gtkstyleproviderprivate.h"
#include "gtktypebuiltins.h"
#include "gtkversion.h"
void gtk_style_context_get_margin (GtkStyleContext *context,
GtkBorder *margin);
-GDK_AVAILABLE_IN_ALL
-void gtk_style_context_reset_widgets (GdkDisplay *display);
-
GDK_AVAILABLE_IN_ALL
void gtk_render_insertion_cursor
(GtkStyleContext *context,
AtkAttributeSet *_gtk_style_context_get_attributes (AtkAttributeSet *attributes,
GtkStyleContext *context);
+GDK_AVAILABLE_IN_ALL
+void gtk_style_context_reset_widgets (GdkDisplay *display);
+
G_END_DECLS
#endif /* __GTK_STYLE_CONTEXT_PRIVATE_H__ */